| ||||
summary: resource | method | detail: method |
- Path parameters:
- id - unique identifier of appender
- Resource Methods
Method Summary Name Description GET /{BASE}/logging/appenders/{id} Get the configuration of the log appender with the given ID using the JSON format described in the header of the class POST /{BASE}/logging/appenders/{id} Create or update the appender with the given id, using the JSON description sent in the body of the request
Path: / {BASE} / logging / appenders / {id}
Get the configuration of the log appender with the given ID using the JSON format described in the header of
the class
| ||||
summary: resource | method | detail: method |